golang.org/x/sys/unix.fileHandle.Type (field)
4 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2337: Type int32
syscall_linux.go#L2353: fh.Type = handleType
syscall_linux.go#L2359: func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type }
syscall_linux.go#L2365: return unsafe.Slice((*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(&fh.fileHandle.Type))+4)), n)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)